Once this limit is reached , the cache algorithm begins aggressively scavenging the cache 達到此限制后,緩存算法開始積極清理緩存。
Attribute is not set , the cache algorithm determines the maximum size of the cache , and the 屬性時,緩存算法將確定緩存的最大大小,
At last the cache algorithm is implemented and it is proved that the speed of server response is improved after testing 最終用java實現了緩存策略,并且通過測試,服務器響應速度得到了較大的提高。
This paper proposed a new proxy caching algorithm based on the distribution of user access preference in streaming media 文章從實際用戶日志文件的分析出發,利用發現的用戶瀏覽流媒體對象時的行為分布模型,提出了一種新的視頻流媒體緩存算法。
百科解釋
In computing, cache algorithms (also frequently called replacement algorithms or replacement policies) are optimizing instructions?? algorithms?? that a computer program or a hardware-maintained structure can follow to manage a cache of information stored on the computer. When the cache is full, the algorithm must choose which items to discard to make room for the new ones.